home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000469_news@columbia.edu_Sun Dec 11 20:08:26 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25398
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 17 Dec 1994 14:11:24 -0500
  3. Received: by apakabar.cc.columbia.edu id AA27947
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 17 Dec 1994 14:11:23 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!gatech!concert!ais.com!bruce
  6. From: bruce@ais.com
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Status line
  9. Message-Id: <1994Dec12.010826.7025@ais.com>
  10. Date: 12 Dec 94 01:08:26 EST
  11. References: <KSHAW.94Dec8032548@jobe.shell.portal.com> <1994Dec8.220403.34973@cc.usu.edu>
  12. Distribution: world
  13. Organization: Applied Information Systems, Chapel Hill, NC
  14. Lines: 45
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1994Dec8.220403.34973@cc.usu.edu>, jrd@cc.usu.edu (Joe Doupnik) writes:
  18. > In article <KSHAW.94Dec8032548@jobe.shell.portal.com>, kshaw@jobe.shell.portal.com (kendall thomason shaw) writes:
  19. >> Hello,
  20. >>     I've not figured out how to get rid of the status line in order to
  21. >> have all the lines writable by vi and what not. I can define a 80x49
  22. >> screen and toggle the status line, but I'd like to have an 80x50
  23. >> screen. If I define an 80x50 screen with vt320 emulation, lynx and vi
  24. >> will write to the status line but they don't then erase what they
  25. >> write there, and worse yet, lynx scrolls the screen up (down?) with
  26. >> the previous status line stuck in the 50th row, and puts a new status
  27. >> line in the 49th row. If someone could help me either with
  28. >> termcap/terminfo or getting kermit to skip the status line idea, I'd
  29. >> be pleased. Here's my termcap entry:
  30. > ------------
  31. >     The last line, status, is an integral part of VT terminals. There
  32. > is no way of making that part of the regular screen.
  33. >     Joe D.
  34.  
  35. This is very dependent on which exact VT terminal you're talking about.
  36. For the VT300 series, there is no way to incorporate the status line
  37. as part of the main screen, although some implementations (eg, DECterm,
  38. a VT320-level implementation on DEC workstations) allow you to select
  39. the status line or not, and also allow you to set the size of the main
  40. screen (up to perhaps 72x132 or so being reasonable if you have a
  41. 1280x1024 screen), which gives you much the same capability that's being
  42. asked for here.  However if the host software requests a status line, the
  43. DECterm will helpfully create it for you (keeping your main window the
  44. same size but possibly making the entire window too big to quite fit on
  45. the screen if you've made it big).
  46.  
  47. The VT420, on the other hand, actually does allow you to combine the
  48. status line with the main screen so that you get true 25x80 screen
  49. addressing but no status line.  It also allows you to set the terminal
  50. in 36 or 48-line modes, but I think those include a separate status
  51. line.  I don't know offhand what the VT420 does with the "Select Status
  52. Line" commands if it's in 25x80 mode;  the terminal I've usually
  53. experimented with for such questions is on the other side of town, and
  54. the documentation around here is vague on the subject.
  55.  
  56. The subject of compatibility with VT-series status lines is rather
  57. subtle.  I have yet to see any terminal emulator, commercial or
  58. otherwise (including Kermit and even DEC's Pathworks terminal
  59. emulator, I might add) that quite gets it all right.
  60.  
  61. Bruce C. Wright